Syntax:
VA1.Open_this_Wave_File = Location
Details :
A VoiceAction Power Instruction.
This specifies the location of (Microsoft format) wave file with recorded speech.(Specified by Open_this_Wave_file)
Example :
Private Sub Process()
VA1.....
:
:
VA1.Open_this_Wave_file = "C:\Me.wav"
VA1.Open_Specified_Wave_File_And_Process
End Sub
SEE EXAMPLES